home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / Chip_2003-01_cd1.bin / sharewar / gale / setgalee.exe / {app} / Gale.exe / 0 / RCDATA / TFORMNEWIMG / TFORMNEWIMG.txt
Encoding:
Text File  |  2002-10-07  |  1.8 KB  |  108 lines

  1. object FormNewImg: TFormNewImg
  2.   Left = 189
  3.   Top = 107
  4.   BorderStyle = bsDialog
  5.   Caption = 'New'
  6.   ClientHeight = 103
  7.   ClientWidth = 336
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   OldCreateOrder = False
  11.   Position = poDesktopCenter
  12.   Scaled = False
  13.   OnClose = FormClose
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 12
  17.   object Bevel1: TBevel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 321
  21.     Height = 50
  22.     Shape = bsFrame
  23.   end
  24.   object Label1: TLabel
  25.     Left = 100
  26.     Top = 28
  27.     Width = 6
  28.     Height = 12
  29.     Caption = 'x'
  30.   end
  31.   object EditWidth: TEdit
  32.     Left = 16
  33.     Top = 24
  34.     Width = 61
  35.     Height = 20
  36.     TabOrder = 0
  37.     Text = '2'
  38.   end
  39.   object UpDownWidth: TUpDown
  40.     Left = 77
  41.     Top = 24
  42.     Width = 15
  43.     Height = 20
  44.     Associate = EditWidth
  45.     Min = 2
  46.     Max = 9999
  47.     Position = 2
  48.     TabOrder = 1
  49.     Wrap = False
  50.   end
  51.   object Edit1: TEdit
  52.     Left = 116
  53.     Top = 24
  54.     Width = 61
  55.     Height = 20
  56.     TabOrder = 2
  57.     Text = '2'
  58.   end
  59.   object UpDownHeight: TUpDown
  60.     Left = 177
  61.     Top = 24
  62.     Width = 15
  63.     Height = 20
  64.     Associate = Edit1
  65.     Min = 2
  66.     Max = 9999
  67.     Position = 2
  68.     TabOrder = 3
  69.     Wrap = False
  70.   end
  71.   object ComboBit: TComboBox
  72.     Left = 212
  73.     Top = 24
  74.     Width = 109
  75.     Height = 20
  76.     Style = csDropDownList
  77.     ItemHeight = 12
  78.     TabOrder = 4
  79.     Items.Strings = (
  80.       '1bit(2colors)'
  81.       '4bit(16colors)'
  82.       '8bit(256colors)'
  83.       '15bit(32000colors)'
  84.       '16bit(64000colors)'
  85.       '24bit(full color)')
  86.   end
  87.   object Button1: TButton
  88.     Left = 168
  89.     Top = 64
  90.     Width = 75
  91.     Height = 25
  92.     Caption = 'OK'
  93.     Default = True
  94.     ModalResult = 1
  95.     TabOrder = 5
  96.   end
  97.   object btnCancel: TButton
  98.     Left = 248
  99.     Top = 64
  100.     Width = 75
  101.     Height = 25
  102.     Cancel = True
  103.     Caption = 'Cancel'
  104.     ModalResult = 2
  105.     TabOrder = 6
  106.   end
  107. end
  108.